home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 6 / dllexplr.exe / 0 / RCDATA / TFRMMODULEDETAILS / TFRMMODULEDETAILS.txt
Text File  |  1996-10-14  |  4KB  |  190 lines

  1. object frmModuleDetails: TfrmModuleDetails
  2.   Left = 285
  3.   Top = 200
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 323
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object cmdClose: TButton
  18.     Left = 372
  19.     Top = 294
  20.     Width = 55
  21.     Height = 25
  22.     Caption = '&Close'
  23.     TabOrder = 0
  24.     OnClick = cmdCloseClick
  25.   end
  26.   object GroupBox1: TGroupBox
  27.     Left = 6
  28.     Top = 168
  29.     Width = 421
  30.     Height = 121
  31.     Caption = 'Used by...'
  32.     TabOrder = 1
  33.     object lvProcesses: TListView
  34.       Left = 6
  35.       Top = 18
  36.       Width = 409
  37.       Height = 97
  38.       Columns = <
  39.         item
  40.           Caption = 'Process ID'
  41.           Width = 65
  42.         end
  43.         item
  44.           Alignment = taRightJustify
  45.           Caption = 'Usage'
  46.           Width = 45
  47.         end
  48.         item
  49.           Caption = 'Process Name'
  50.           Width = 280
  51.         end>
  52.       ReadOnly = True
  53.       TabOrder = 0
  54.       ViewStyle = vsReport
  55.     end
  56.   end
  57.   object GroupBox2: TGroupBox
  58.     Left = 6
  59.     Top = 0
  60.     Width = 421
  61.     Height = 163
  62.     Caption = 'Version Strings'
  63.     TabOrder = 2
  64.     object Label1: TLabel
  65.       Left = 6
  66.       Top = 18
  67.       Width = 75
  68.       Height = 13
  69.       Caption = 'Company Name'
  70.     end
  71.     object Label2: TLabel
  72.       Left = 6
  73.       Top = 42
  74.       Width = 72
  75.       Height = 13
  76.       Caption = 'File Description'
  77.     end
  78.     object Label3: TLabel
  79.       Left = 6
  80.       Top = 66
  81.       Width = 54
  82.       Height = 13
  83.       Caption = 'File Version'
  84.     end
  85.     object Label4: TLabel
  86.       Left = 6
  87.       Top = 114
  88.       Width = 66
  89.       Height = 13
  90.       Caption = 'Internal Name'
  91.     end
  92.     object Label5: TLabel
  93.       Left = 6
  94.       Top = 90
  95.       Width = 68
  96.       Height = 13
  97.       Caption = 'Product Name'
  98.     end
  99.     object Label6: TLabel
  100.       Left = 222
  101.       Top = 66
  102.       Width = 75
  103.       Height = 13
  104.       Caption = 'Product Version'
  105.     end
  106.     object Label7: TLabel
  107.       Left = 222
  108.       Top = 114
  109.       Width = 80
  110.       Height = 13
  111.       Caption = 'Original Filename'
  112.     end
  113.     object Label8: TLabel
  114.       Left = 6
  115.       Top = 138
  116.       Width = 73
  117.       Height = 13
  118.       Caption = 'Legal Copyright'
  119.     end
  120.     object txtCoName: TEdit
  121.       Left = 90
  122.       Top = 12
  123.       Width = 325
  124.       Height = 21
  125.       ReadOnly = True
  126.       TabOrder = 0
  127.     end
  128.     object txtDesc: TEdit
  129.       Left = 90
  130.       Top = 36
  131.       Width = 325
  132.       Height = 21
  133.       ReadOnly = True
  134.       TabOrder = 1
  135.     end
  136.     object txtFVersion: TEdit
  137.       Left = 90
  138.       Top = 60
  139.       Width = 109
  140.       Height = 21
  141.       ReadOnly = True
  142.       TabOrder = 2
  143.     end
  144.     object txtIntName: TEdit
  145.       Left = 90
  146.       Top = 109
  147.       Width = 109
  148.       Height = 21
  149.       ReadOnly = True
  150.       TabOrder = 3
  151.     end
  152.     object txtProdName: TEdit
  153.       Left = 90
  154.       Top = 84
  155.       Width = 325
  156.       Height = 21
  157.       ReadOnly = True
  158.       TabOrder = 4
  159.     end
  160.     object txtPVersion: TEdit
  161.       Left = 306
  162.       Top = 60
  163.       Width = 109
  164.       Height = 21
  165.       ReadOnly = True
  166.       TabOrder = 5
  167.     end
  168.     object txtOrigFilename: TEdit
  169.       Left = 306
  170.       Top = 108
  171.       Width = 109
  172.       Height = 21
  173.       ReadOnly = True
  174.       TabOrder = 6
  175.     end
  176.     object txtCopyright: TEdit
  177.       Left = 90
  178.       Top = 132
  179.       Width = 325
  180.       Height = 21
  181.       ReadOnly = True
  182.       TabOrder = 7
  183.     end
  184.   end
  185.   object vr: TVersionResource
  186.     Left = 325
  187.     Top = 290
  188.   end
  189. end
  190.